home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / _bbs / all.bat next >
DOS Batch File  |  1995-07-20  |  481b  |  43 lines

  1. if .%in_type% == . goto bad
  2. goto ok
  3. :bad
  4. echo variable in_type not set
  5. echo type i:\cd-tools\proto\c to see in_type's
  6. goto end
  7.  
  8. :ok
  9.  
  10. cd \_bbs
  11.  
  12. cd menu
  13. call menu.bat
  14. cd ..
  15.  
  16. cd PCBTOOL
  17. call all.bat
  18. cd ..
  19. cd OPUS
  20. call all.bat
  21. cd ..
  22. cd RBBSTOOL
  23. call all.bat
  24. cd ..
  25. cd SFTOOL
  26. call all.bat
  27. cd ..
  28. cd WC30
  29. call all.bat
  30. cd ..
  31. cd MAXTOOL
  32. call all.bat
  33.  
  34. cd \
  35. i:\bin\norton\ncd /r
  36. mv \ncdtree\treeinfo.ncd \
  37. rd \ncdtree
  38.  
  39. pause
  40.  
  41. dir /s /p \_bbs\logfile
  42.  
  43.